home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 01396_Script_1396 < prev    next >
Text File  |  1997-07-29  |  402b  |  14 lines

  1. global qtrep_return
  2. on exitFrame
  3.   set spritelist = [24,25,26,27,28,29,30,30]
  4.   set qttimes = [336,700,875,1146,1764,2250,2664,3240]
  5.   see_sprite(spritelist,false)
  6.   go the frame + 1
  7.   set the visible of sprite 23 = true
  8.   repeat with cue in qttimes
  9.     qtrepeatnew 22,cue,getat(spritelist,getpos(qttimes,cue))
  10.   end repeat
  11.   qt_wait 22
  12.   puppettransition 51,01,20
  13.   go to qtrep_return
  14. end